In This Topic
GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations_namespace / GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation / Height Property

Height Property (Annotation)

In This Topic
Syntax
'Declaration

 

<DescriptionAttribute("Height, in inches, of the bounding box of the annotation")>

Public Property Height As Single
[Description("Height, in inches, of the bounding box of the annotation")]

public float Height {get; set;}
public read-write property Height: Single; 
DescriptionAttribute("Height, in inches, of the bounding box of the annotation")

public function get,set Height : float
[Description("Height, in inches, of the bounding box of the annotation")]

public: __property float get_Height();

public: __property void set_Height( 

   float value

);
[Description("Height, in inches, of the bounding box of the annotation")]

public:

property float Height {

   float get();

   void set (    float value);

}
See Also

Reference

GdPicture.NET.14 (COM - ActiveX)~GdPicture14.Annotations.Annotation
Annotation Members